diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/bid-projects/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/bid-projects/page.tsx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/bid-projects/page.tsx b/app/[lng]/evcp/(evcp)/bid-projects/page.tsx index 2039e5b2..e000cd6f 100644 --- a/app/[lng]/evcp/(evcp)/bid-projects/page.tsx +++ b/app/[lng]/evcp/(evcp)/bid-projects/page.tsx @@ -8,7 +8,7 @@ import { Shell } from "@/components/shell" import { getBidProjectLists } from "@/lib/bidding-projects/service" import { searchParamsBidProjectsCache } from "@/lib/bidding-projects/validation" import { BidProjectsTable } from "@/lib/bidding-projects/table/projects-table" - +import { InformationButton } from "@/components/information/information-button" interface IndexPageProps { searchParams: Promise<SearchParams> @@ -33,9 +33,12 @@ export default async function IndexPage(props: IndexPageProps) { <div className="flex items-center justify-between space-y-2"> <div className="flex items-center justify-between space-y-2"> <div> - <h2 className="text-2xl font-bold tracking-tight"> + <div className="flex items-center gap-2"> + <h2 className="text-2xl font-bold tracking-tight"> 견적 프로젝트 리스트 </h2> + <InformationButton pageCode="evcp/bid-projects" /> + </div> <p className="text-muted-foreground"> SAP(S-ERP)로부터 수신한 견적 프로젝트 데이터입니다. 기술영업의 Budgetary RFQ에서 사용됩니다. {/* <span className="inline-flex items-center whitespace-nowrap"> |
